home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3916 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Subject: Re: Free Cycles
  2. References: <xDPTwMD0aRz1@azure.people-x.people.de> <xIIBkMD0aez2@azure.people-x.people.de>
  3. Distribution: world
  4. X-Newsreader: TIN [version 1.2 PL2]
  5. Path: imada.ou.dk!breese
  6. From: breese@imada.ou.dk (Bjorn Reese)
  7. Message-ID: <1996Feb15.170809.6386@imada.ou.dk>
  8. Sender: news@imada.ou.dk
  9. Nntp-Posting-Host: wagner.imada.ou.dk
  10. Organization: Dept. of Math. & Computer Science, Odense University, Denmark
  11. Date: Thu, 15 Feb 1996 17:08:09 GMT
  12. Newsgroups: comp.sys.amiga.programmer
  13.  
  14. tim bscke (azure@people-x.people.de) wrote:
  15. >     Hey ! Why didn`t anybody reply to this message ??
  16.  
  17. If nobody answers, maybe nobody knows or they're just too busy with
  18. other things ;)
  19.  
  20. >     Free cycles between two:
  21. >
  22. >         move.l (fast)+,(chip)+          ;18 cylces
  23. >         clr.l   (chip)+                 ;24(!!!) cycles
  24. [...]
  25. >     Why ?? This seems to be really strange to me.. esp. the clr.l..
  26.  
  27. If my memory haven't betrayed me, clr reads the destination before
  28. clearing it. So a clr makes two chip accesses. This behaviour is
  29. also the reason why you should never use clr to clear a write-only
  30. register.
  31.  
  32. --
  33. Bjorn Reese                      Email: breese@imada.ou.dk
  34. Odense University, Denmark       URL:   http://www.imada.ou.dk/~breese
  35.  
  36. "It's getting late in the game to show any pride or shame" - Marillion
  37.